home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_29.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  133 b   |  10 lines

  1. on enterFrame
  2.   setBar(20)
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   global theSoundPath
  8.   sound playFile 1, theSoundPath & "p14a.wav"
  9. end
  10.